<xs:simpleType name="MinimumAdvertisedPriceExposureType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>TODO</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="PreCheckout" />
<xs:enumeration value="DuringCheckout" />
<xs:enumeration value="None" />
<xs:enumeration value="CustomCode" />
</xs:restriction>
</xs:simpleType>
|